# Version control
.git/
.gitignore

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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/

# Node
node_modules/

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

# Environment / secrets
.env

# OpenSpec artifacts
openspec/

# Docker
Dockerfile
Dockerfile.dev
docker-compose.yml
docker-compose.prod.yml
.dockerignore

# Documentation
docs/
*.md
!README.md
LICENSE
