File size: 951 Bytes
e8f9d10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Python bytecode files
# Ignore Python bytecode files
*.pyc

# Distribution packages
# Ignore distribution packages
/dist/*

# Test and coverage reports
# Ignore coverage and test result files
.coverage
.pytest_cache
.mypy_cache

# Log and temporary files
# Ignore log files and temporary files
*.log
*.tmp
tmp

# System files
# Ignore OS generated files
.DS_Store

# IDE and editor specific files
# Ignore project-specific files from various IDEs and editors
.idea/*
.vscode/*
.python-version

# Generated documentation
# Ignore generated documentation files
/docs/site/*

# Virtual environments
# Ignore virtual environment directories
.venv

# Configuration files
# Ignore configuration files
.poetry.toml
.env.local
.env.development
.env.test
.env.production
.env

# Temporary files and directories for operations
# Ignore Ops temporary files and directories
.aider*

# Credentials and secrets
# Ignore credentials and secrets files
.credentials