1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00
flyingsnake/.gitignore

10 lines
81 B
Text
Raw Normal View History

2019-08-19 18:49:56 +00:00
.idea/
settings.xml
*.egg-info/
dist/
2019-08-19 18:52:16 +00:00
**/__pycache__/
setup/
2019-08-28 14:37:47 +00:00
build/
2019-09-29 13:37:06 +00:00
venv/
.venv/