Files
ach_ui_dbtl_file_based/.gitignore
2026-02-02 13:06:07 +05:30

48 lines
372 B
Plaintext

# Virtual environment
venv/
env/
ENV/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/