# Git .git .gitignore # Python __pycache__ *.pyc *.pyo *.pyd .Python *.so *.egg *.egg-info dist build .pytest_cache .coverage # Virtual environments venv env ENV .venv # IDEs .vscode .idea *.swp *.swo *~ # Data files (use volumes instead) data/ *.json !src/**/*.json # Environment (will be mounted as volume) .env .meta_token.json # Documentation *.md !README.md # Docker Dockerfile docker-compose.yml .dockerignore # Other .DS_Store *.log