# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
*.manifest
*.spec

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
packages/*/tests/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Git
.git/
.gitignore
.pre-commit-config.yaml
.python-version

# Documentation & metadata
docs/
*.md
LICENSE
Makefile

# CI/CD & project config
.github/
.claude/
contrib/

# Scripts (demo_data files are explicitly copied in Dockerfile)
scripts/bump_version.py

# OS
.DS_Store
Thumbs.db

# Project specific
*.db
*.sqlite
*.sqlite3
