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

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

# IDE
.vscode/
.idea/
*.swp
*.swo
*.swn
*~
.project
.pydevproject
.settings/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

# Jupyter Notebook
.ipynb_checkpoints/

# Documentation
docs/_build/
site/

# Logs and databases
*.log
*.sql
*.sqlite
*.db

# Temporary files
*.tmp
*.temp
*.bak

# Distribution
*.whl

# UV specific
.python-version
uv.lock

# PyPI credentials (should be in ~/.pypirc, not in project)
.pypirc
.pypirc.bak
