# Git / version control .git .gitignore .dockerignore # Virtual environment .venv venv/ .env/ # IDE / Editor folders .idea/ .vscode/ # Python cache __pycache__/ *.pyc *.pyo # Build artifacts build/ dist/ *.egg-info # Test artifacts .pytest_cache/ .coverage # Docker files Dockerfile docker-compose.yml # Local environment settings .env