-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ccignore
52 lines (45 loc) · 1.48 KB
/
.ccignore
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
# Click Copy Replit Extension - .ccignore Configuration
# Welcome to the configuration file for Click Copy Replit Extension.
# This file is used to specify which files and directories should be ignored by the extension
# when copying your project to a new environment.
# It's important to organize your ignore rules to keep your codebase clean and prevent
# unnecessary files from being copied. Below, we've categorized the ignored files
# based on their nature to help you understand why they are excluded from the copying process.
# Version Control Files
.git/
.db/
# Temporary and cache files often generated during development.
# These files can be safely ignored to keep the codebase clean.
.config/
__pycache__/
.cache/
.log/
# __init__.py/
# Build and Dependency Files
# These files are related to project dependencies, build configurations, and virtual environments.
# Developers can recreate these files from project specifications and should not include them in the repo.
.upm/
./venv/
.poetry/
Makefile
poetry.lock
pyproject.toml
requirements.txt
# Environment and Configuration Files
# These files store environment-specific or configuration information.
# It's best to keep them out of the code repository to avoid exposing sensitive data.
.upm/
.replit/
.replit.nix
replit.nix
.start.sh
.env
# Miscellaneous
# This section includes various miscellaneous files.
# Some of these files may not be actively used and can be safely ignored.
.ccignore
.gitignore
.breakpoints
OLD_mainpy
.pythonlibs/
.local