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

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

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

# pytest
.pytest_cache/
.cache/
htmlcov/
.coverage
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json

# ruff
.ruff_cache/

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

# macOS
.DS_Store

# Secrets / environment
.env
.env.*
!.env.example

# Logs
*.log
