interview_agents_api / .gitignore
quentinL52
Initial commit
4e9b744
raw
history blame contribute delete
264 Bytes
# Environnement
.env
.env.*
!.env.example
venv/
env/
ENV/
.venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Tests
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
# Distribution
dist/
build/
*.egg-info/
# OS
.DS_Store
Thumbs.db