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

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

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

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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Environment variables
.env
.env.local

# Project specific
*.pyc
.pytest_cache