# Python
__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/
.uv/

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

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Ruff
.ruff_cache/

# Scalene outputs
scalene-profile.json
scalene-profile.html
*.prof

# Temporary files
*.tmp
*.bak
.tmp/
