# Python bytecode and cache
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nosenv
.noseids
.pytest_cache/
.cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.coverage
.coverage.*

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pdm
.pdm.toml
.pdm-plugins/
.pdm-build/

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

# IDE settings
.idea/
.vscode/

# Local configuration/secrets
.env
.env.local

# Project-specific ignores
CLAUDE.md
