# Version control and CI
.git/
.github/
.gitignore

# Development environment  
.env
.venv/
.ruff_cache/
__pycache__/
*.pyc
*.pyo
*.pyd

# Documentation and metadata
docs/
tests/
README.md
CHANGELOG.md
CONTRIBUTING.md
PULL_REQUEST_TEMPLATE.md
SECURITY.md
logo.png
.travis.yml

# Build artifacts and configs
configs/
Dockerfile
.dockerignore
Vagrantfile

# User configuration (should be bind-mounted)
config.cfg

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
Thumbs.db
