# Python caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
.venv-*/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Local secrets and environment files
.env
.env.*

# OS and editor files
.DS_Store
Thumbs.db
.idea/
.vscode/
