Files
AIRegulation-Demo-Test-Backend/.gitignore

56 lines
472 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
# Virtual environments
.venv
venv/
ENV/
env/
# Tests
tests/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Database
*.db
*.sqlite3
# Cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Jupyter
.ipynb_checkpoints/