# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments (.venv is at project root, managed by uv)
.venv/
venv/
env/

# Environment variables
.env
.env.local
.env.*.local

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

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

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

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Binary files being served (don't commit actual .bin files)
*.bin

# Local development
files/
