# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
wheels/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Virtual envs
.venv/
venv/
env/
.python-version

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Docs
/site/
docs/_build/

# Editors / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Secrets / local
.env
.env.*
!.env.example

# Source AIP PDFs — extraction targets for aviconv-aip, never committed
# (AIP content licensing varies by State; only templates + synthetic
# fixtures ship). See packages/aviconv-aip/LICENSES/README.md.
aip-sources/

# uv / hatch
.uv/
.hatch/
