Files
basic-computer-games/.gitignore
Martin Thoma a721c91557 Python: Add Continuous Integration for Python
There are a lot of exceptions, but it's a start.
This will ensure that no more issues get added / that issues
get fixed before the code is added
2022-03-09 21:29:06 +01:00

40 lines
291 B
Plaintext

.local/
.vscode/
.gradle/
node_modules/
buildJvm/bin
buildJvm/*/build/
.classpath
.project
.settings
.metadata
*.iml
*.ipr
*.class
*/.vs
*.suo
bin/
obj/
.idea
*.iws
*.iml
*.ipr
out/
*.py[co]
.python-version
Pipfile
venv/
.DS_Store
.vs/
**/target/
Cargo.lock
**/*.rs.bk
/target
todo.md