Files
2026-07-12 14:06:45 +04:00

38 lines
330 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# Environment variables
.env
# Build files
build/
dist/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints/
# Test and coverage
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log