flux-waterscape / .gitignore
bingbangboom's picture
first commit
d76e322
raw
history blame
222 Bytes
# Virtual environment
.venv/
venv/
env/
# Python bytecode
__pycache__/
*.py[cod]
# Distribution / packaging
*.egg-info/
dist/
build/
# IDEs and editors
.vscode/
.idea/
*.swp
*~
# OS generated files
.DS_Store
Thumbs.db