# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Environment variables
.env

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# VS Code
.vscode/*
!.vscode/settings.json
.idea/

# Jupyter Notebook
.ipynb_checkpoints

# Local configuration
*.local

# Logs
logs/
*.log

# Poetry
poetry.lock

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

# Sphinx documentation
docs/_build/
docs/api/

# PyBuilder
target/

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# IDE specific files
*.swp
*.swo
*.sublime-project
*.sublime-workspace
.spyderproject
.spyproject
.ropeproject
.project
.pydevproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/

# Temporary files
*.tmp

# Test sample data that shouldn't be published
testdata/
testing/

.idea/
**/.idea/
.venv/
install_and_test.sh

.ruff_cache/
**/.ruff_cache/
.benchmarks/
.claude/
uv.lock
python_modules/
.venv-workers/
.wrangler/
node_modules/
