You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

40 lines
382 B

# Runtime data — never commit
data/
storage/
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# Environment files
.env
.env.*
# Virtual environments
.venv/
venv/
env/
# Package build artifacts
*.egg-info/
dist/
build/
flatpak-build/
flatpak-repo/
*.flatpak
# Test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Editor metadata
.idea/
.vscode/
*.swp
*~
# macOS
.DS_Store