# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/

# Environment
.env
.env.local
*.local

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Docker volumes (data)
postgres_data/
redis_data/
minio_data/

# Test outputs
.coverage
htmlcov/
.pytest_cache/

# Node (if any frontend)
node_modules/
