TourPlanner/.gitignore
Oleksandr Kozachuk f077bf1f0f Complete the repo.
2025-06-08 13:49:38 +02:00

56 lines
399 B
Plaintext

# Byte-compiled files
**pycache**/
*.py[cod]
*$py.class
# Virtual environments
.env/
.venv/
env/
venv/
# Distribution
build/
dist/
*.egg-info/
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Python coverage
htmlcov/
.tox/
.coverage
.pytest_cache/
.nox/
# Logs
*.log
# IDEs
.vscode/
.idea/
# macOS
.DS_Store
# Linux
*~
# Data files and locks
data/
*.json
*.lock