# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/

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

# Testing
.coverage
.coverage.*
.pytest_cache/
.tox/
htmlcov/
nosetests.xml
coverage.xml
*.cover
*.py.cover

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

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Linting
.ruff_cache/

# IDEs (Python-specific)
.idea/
.vscode/
*.swp
*.swo
*~