# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
MANIFEST

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Linting
.ruff_cache/

# Type checking
.mypy_cache/

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

# macOS
.DS_Store

# Environment variables
.env
.env.*
!.env.example

# Jupyter
.ipynb_checkpoints/
