# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
MANIFEST

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

# Distribution / packaging
.Python

# Testing
.pytest_cache/
.coverage
coverage.xml
*.cover
htmlcov/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Environment variables
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Aegis runtime
~/.aegis/

# Local DuckDB files (example seeds are committed as .yaml only)
*.duckdb
*.db

# pyenv local version pin (developer-specific)
.python-version
