# Git
.git
.gitignore

# Docker
.dockerignore
Dockerfile
Dockerfile.test

# Python virtual environment and cache
.venv
venv
env
__pycache__/
*.pyc

# IDE and OS-specific files
.idea/
.vscode/
.DS_Store

