# Git
.git
.gitignore
.gitattributes

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

# Virtual environments
venv/
env/
ENV/
.venv

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

# OS
.DS_Store
Thumbs.db

# Tests
.coverage
.pytest_cache/
htmlcov/
.tox/

# Documentation
docs/_build/

# Development
.env
*.db
*.sqlite

# Documentation (keep README.md for package)
docs/
DEVELOPMENT.md
CHANGELOG.md
Makefile
quick-start.sh
Dockerfile*
