Files
calminer/.gitignore
zwitschi f9feb51d33
Some checks failed
CI / lint (push) Successful in 16s
Deploy - Coolify / deploy (push) Failing after 5s
CI / test (push) Successful in 1m4s
CI / build (push) Successful in 2m19s
refactor(docker): update .gitignore for devcontainer files and remove version from docker-compose
2025-11-15 15:41:43 +01:00

61 lines
653 B
Plaintext

# temp files
.DS_Store
# IDE files
.vscode/
.idea/
# Python files
__pycache__/
*.pyc
*.pyo
# Virtual environments
env/
.venv/
# environment variables
.env
*.env
.env.*
# except example files
!config/*.env.example
# github instruction files
.github/instructions/
# Python packaging artifacts
build/
dist/
*.egg-info/
pip-wheel-metadata/
# Test artifacts
.coverage
coverage.xml
htmlcov/
.pytest_cache/
# Mypy cache
.mypy_cache/
# Linting cache
.ruff_cache/
# Logs
*.log
logs/
# SQLite database
data/
*.sqlite3
test*.db
local*.db
# Act runner files
.runner
# Devcontainer files
.devcontainer/devcontainer.json
.devcontainer/docker-compose.yml