Files
zynktime/.dockerignore
T
2025-12-02 21:26:08 +01:00

67 lines
494 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
ENV/
.venv/
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
*.md
!README.md
# Environment
.env
.env.local
.env.*
# CSV files
*.csv
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# CI/CD
.github/
.gitlab-ci.yml
# Others
*.bak
*.tmp
*.swp