# Git
.git
.gitignore
.github

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

# Virtual environments
venv/
env/
ENV/
.venv

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

# Documentation
CHANGELOG.md
docs/

# Tests
tests/
*.pytest_cache

# CI/CD
.github/

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Misc
.DS_Store
*.log
.env
.env.local
