Files
ds-fire-fighter/.gitignore
T
2025-02-06 20:22:43 +00:00

57 lines
522 B
Plaintext

# Python bytecode
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Pytest cache
.cache
# Coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
test-results/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# C extensions
*.so
# Data files
*.csv
*.dat
*.db
*.sqlite3
# Logs
*.log
# Environment variables
.env