# 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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Type checking and linting
.mypy_cache/
.dmypy.json
dmypy.json

# IDE and editor files
.vscode/
.code/
.idea/
*.swp
*.swo
*~

# uv
.uv_cache/

# macOS
.DS_Store
.AppleDouble
.LSOverride
