30 lines
289 B
Plaintext
30 lines
289 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.log
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
.env.*
|
|
|
|
# Build and packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
pip-wheel-metadata/
|
|
|
|
# Tooling caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
|
|
# IDE/editor settings
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Local AI/config helpers
|
|
/.claude
|