Flamehaven's picture
Initial commit: Add project structure and all source files
aca22b8
Raw
History Blame
164 Bytes
# Python
__pycache__/
*.py[cod]
*.egg-info/
.env
.venv/
venv/
.idea/
.vscode/
.ipynb_checkpoints/
.dist/
.build/
.coverage
.pytest_cache/
# OS
.DS_Store
Thumbs.db