# Ignore files not needed in the Docker image
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
venv
.venv
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
.vscode
.idea
*.swp
*.swo
*~

# Environment files
.env
.env.local
.env.*.local

# Documentation
README.md
LICENSE

# Docker files (not needed in image)
Dockerfile
docker-compose.yml
.dockerignore

# Tests
tests/

# Other
.python-version
