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

# C extensions
*.so

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

# Environments
.env
.env.*
!tests/e2e/docker/.env.example
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# uv/uvx specific
.uv/
.uvx/
.venv.uv/

# IDEs and editors
# For PyCharm and JetBrains specific template see
#  https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
.idea/
*.swp
*.swo
*~

# VSCode: keep useful shared configs
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/launch.json

# OS specific
.DS_Store
Thumbs.db

# Debug and local development
debug/
cython_debug/
local/
playground/

# PyInstaller
*.manifest
*.spec

# PyBuilder
.pybuilder/
target/

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

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

# Translations
*.mo
*.pot

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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   recommended to include Pipfile.lock (see pypa/pipenv#598), but be aware of potential cross-platform dependency issues.
#Pipfile.lock

# UV
#   generally recommended to include uv.lock for binary packages to ensure reproducibility
#uv.lock

# poetry
#   recommended, like for uv.lock
#poetry.lock

# pdm
#   recommended, like for uv.lock
#pdm.lock

#   .pdm.toml is not recommended to not include 
#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control
.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and others
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# 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/

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc

# Devenv
devenv*
devenv.local.nix

# direnv
.direnv/

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

# github - ignore all .github subfolders except workflows
.github/*
!.github/workflows/

# Local test scripts and artifacts
scripts/

# cursor
.cursor*

# Claude
.claude/worktrees/
.claude/settings.local.json