# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_tmpdir/
bandit.sarif
junit.xml

# Translations
*.mo
*.pot

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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

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

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# pyright type checker
.pyright/

# Cython debug symbols
cython_debug/

# IDEs and Editors
.vscode/settings.json
.vscode/.ropeproject
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
.temp/
.tmp/

# Environment variables
.env
.env.local
.env.*.local
.env.production
.env.development
.env.test

# uv
.uv_cache/

# Ruff
.ruff_cache/

# pre-commit
.pre-commit-config.yaml.backup

# Documentation
docs/_build/
docs/api/
docs/_build.*
docs/.jupyter_cache/
.jupyter_cache/

# Semantic release
CHANGELOG.md.backup
.python-semantic-release/

# Read the Docs
site/

# Profiling
*.prof
*.pstats

# Backup files
*.bak
*.backup
*~

# Local development files
local/
.local/

# Node.js (if used for documentation tools)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
