# Environment variables (contains secrets)
.env

# Dependencies
__pycache__/
*.pyc

# Cache
.ruff_cache/
.pytest_cache/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
