# Git
.git
.gitignore
.gitattributes

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
.benchmarks/
qa/

# Documentation
docs/_build/
docs/.DS_Store
site/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# CI/CD
.github/
.pre-commit-config.yaml

# Claude
.claude/

# Tasks
tasks/
TASK-*.md

# Scripts (not needed in container, except hatch_build.py for i18n compilation)
scripts/
!scripts/hatch_build.py

# Templates
templates/

# Assets
assets/

# Other project files
*.md
!README.md
LICENSE
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
.editorconfig
.gitattributes
Makefile
tox.ini
.readthedocs.yml
.safety-policy.yml
.linkcheckerrc
*.log
.env
.env.*
