# Version control
.git
.gitignore

# Python
__pycache__
*.py[cod]
*.egg-info
dist/
build/
.eggs/

# Virtual environments
.venv
venv

# Tests
tests/
.pytest_cache/
.coverage
htmlcov/

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

# Project metadata
.specify/
.reviews/
.github/
docs/
CLAUDE.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
LICENSE

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Secrets / local config
.env
.env.*
fnox.toml

# OS
.DS_Store
Thumbs.db
